#include <BustaNetMessages.h>
Public Attributes | |
int | timeleft |
The time left on an order. | |
int | totalTime |
The total amount of time that was given to fulfill the order. | |
netFoodPiece | order [5] |
The array of food pieces that makes up an order sandwich. |
This struct contains all of the data elements of a BustaModelCustomer instance, which is life lelf on an order and an array of netFoodPiece elements representing that order.